home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 Reader Awards
/
macformat-098.iso
/
MF Data
/
Behaviours
/
00009_Script_legal
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2000-11-01
|
265 b
|
13 lines
on mouseEnter
put "" & return & "We have to put this on the CD..." into member("InfoText","Texts")
end
on mouseDown
put empty into member("InfoText","Texts")
go to frame "legal"
end
on mouseLeave
put empty into member("InfoText","Texts")
end